MEDICAL DECISION SUPPORT IN CLINICAL RECORD MANAGEMENT SYSTEMS. Stefano Rizzi DEIS - Facoltˆ di Ingegneria, Universitˆ di Bologna, Italy

Size: px
Start display at page:

Download "MEDICAL DECISION SUPPORT IN CLINICAL RECORD MANAGEMENT SYSTEMS. Stefano Rizzi DEIS - Facoltˆ di Ingegneria, Universitˆ di Bologna, Italy"

Transcription

1 MEDICAL DECISION SUPPORT IN CLINICAL RECORD MANAGEMENT SYSTEMS Stefano Rizzi DEIS - Facoltˆ di Ingegneria, Universitˆ di Bologna, Italy Fulvio Sartoni Olivetti Ricerca S.c.p.a., Italy KEYWORDS: Expert Diagnostic Systems, Knowledge Acquisition, Knowledge-Based Decision Support Systems, Knowledge Representation Abstract - The clinical record is a primary support for the diagnostic process performed by physicians. The development of a Clinical Record Management System can significantly improve the quality of patient care by properly supporting the physicians' tasks and, in particular, the diagnostic process. In this paper we address some key issues in designing a medical decision support system. Acquisition of medical knowledge is supported by a knowledge editor based on a conceptual model of diseases, aetiologies, evidence and their relationships. Diagnostic support is carried out by an algorithm which, according to the production rules generated by the knowledge editor and to the patient's clinical data, formulates a set of diagnostic hypotheses and suggests tests and examinations for their validation. The definition of an internal model for the clinical record allows for clinical data from different departments to be integrated. On the other hand, the definition of external models allows for custom presentations of clinical data to be created. 1. Introduction The continuous scientific and technological progress in Medicine calls for new and more effective information systems for medical organization support, on both the administrative and patient care sides [1]. The spread of projects aimed at designing or upgrading Hospital Information Systems confirms these needs. In order to ensure resource optimization and support in medical practice, the Hospital Information System must be present in all departments of the hospital, allow communication and interconnection and provide suitable applications to support the physicians in their work. Physicians' activity is aimed at patient care and largely involves the management of clinical data, which is accomplished by means of the clinical record (CR). A Clinical Record Management System (CRMS) can

2 largely improve the quality of patient care by emphasizing the relationships between data, actions and events and by providing support for the classification of clinical data [2] [4]. The CRMS should also support the physician's decisions in the fields of diagnosis and therapy with advice, suggestions and recommendations. The key issues in designing a medical decision support system that emerged from the analysis carried out in hospital departments, are listed below: representation and acquisition of medical knowledge (long-term memory); integration of clinical data from different departments (short-term memory); development of diagnostic algorithms which operate on inexact and incomplete data (inferential engine); definition of custom models of the CR (user interface). In this paper we address these issues by presenting the solutions we adopted within the CRMS prototype we are currently developing within the ESPRIT EDITH project (European Distributed Information Technology for Healthcare) with the sponsorship of Olivetti Ricerca. The global architecture of the prototype, sketched in Figure 1, is fully described in [3]. 2. Representation of medical knowledge The first requirement outlined concerns medical knowledge. The conceptual model we developed for medical knowledge is represented in Figure 2 by means of an object-based formalism. This model acts as a guideline for knowledge acquisition inside a experts books Knowledge statistic data Editor External Model Decision Support System Medical KB physician User Interface CR (int. model) Inferential Engine Department DB Figure 1. Global architecture of the CRMS.

3 Aetiology Predisposing Factor encourages 1+ Disease Therapy Other Factor Unknown Aetiology 1+ causes 1+ Evidence Known Aetiology cause Symptom Finding Result produced 1+ by 1+ Test / Examination Figure 2. Object-based conceptual model of medical knowledge. Triangles represent disjoint generalization, rhombuses ternary associations; dark circles and the symbol 1+ describe zero-ormore and one-or-more association multiplicity, respectively. knowledge editor where physicians describe causes between diseases and evidence, rules diseases, their aetiologies and therapies, and will have the form: the related evidence. The links defined evid 1... evid CF n disease between the different entities allow for a set of CF' production rules for diagnosis and therapy If evidence evid 1 to evid n are found to be true, prescription to be automatically generated. our confidence in the presence of the disease Rules are associated with confidence factors will be increased by CF; if one or more of which express to what extent our belief in a them are found to be false, our confidence hypothesis is modified by the evidence. will be decreased by CF'. In more detail, the rules generated have 3. Internal model of the clinical the following structure: antecedent CF record consequent CF' The entire diagnostic process is based on where CF expresses to what extent our belief the patient's clinical data. We enforce interdepartment integration and consistency of in the consequent is encouraged when the antecedent is true, and CF' to what extent it is clinical data by adopting a unique internal discouraged when the antecedent is false. model of the CR throughout the whole hospital For instance, if we consider the association information system [5]. In this model, the CR

4 Clinical Record (internal model) Anagraphic Card Recent Anamnesis Anamnesis Case History Daily Objectivity Registrat Family History Symptom Therapy records records Assessment Planning Investigat. Diagnostic Therapy Method Hypothesis Problem validates accounts for Disease Therapy Figure 3. Object-based conceptual model of the internal model of the CR. The graphic formalism used is the same as that described in Figure 2; small rhombuses represent part-of associations. includes the following components (see Figure 3): Daily Registration Results of tests or examinations anagraphic card; Diagnostic Hypothesis Diseases and anamnesis; Aetiologies objectivity; Investigation Method required assessment and planning; Tests/Examinations daily registration. Problem driving Symptoms Knowledge of a patient as modelled from Therapy prescription Therapy the schema in Figure 3 is involved in the inference process with different roles. Some 4. Diagnosis and therapy prescription of the entities act as sources of facts for The diagnostic algorithm we are guiding inference, others as repositories of inferred facts. The correspondence between the entities in the CR and those on which inference is based (see Figure 2) can be summarized as follows: currently developing consists of three distinct phases: 1. formulation of diagnostic hypotheses; 2. validation of diagnostic hypotheses; 3. therapy prescription. Recent Anamnesis Symptoms Phase 1 is aimed at determining, based Case History and Family History Predisposing Factors or Other Aetiologic Factors on the available evidence, a set of diagnostic hypotheses to be further investigated. Given a set of driving symptoms (those recorded in Objectivity Findings the CR as the problem reported by the patient)

5 and a set of preliminary findings, the algorithm selects all the rules of type evid 1... evid n disease(+aetiology) whose antecedent includes at least one driving symptom or one preliminary finding. Each of the selected rules is associated with a score depending on its confidence factor and on the number of driving symptoms and preliminary findings contained in its antecedent. The diseases appearing in the consequents of the selected rules are the diagnostic hypotheses; since the number of hypotheses is in general relatively large, only the most likely are initially pursued. The likelihood of a diagnostic hypothesis d is evaluated by considering the scores of the rules having d as the consequent. During phase 2, the tests and examinations which most significantly concur in proving the diagnostic hypotheses are proposed and their confidence factors are updated according to the results of the tests and examinations actually performed. For each hypothesis d pursued, the working rules are selected among all those having d as the consequent, according to the values of the related confidence factors and to the costs and complexities of the clinical tests/examinations in the antecedent. For each working rule, the evidences appearing in the antecedent and not yet assessed are submitted to the physician for investigation. After the physician has investigated all or part of the evidence, a resulting confidence factor is calculated for each diagnostic hypothesis. If no hypothesis has a confidence factor sufficiently high, both absolutely and relatively to the other hypotheses, phase 2 may be repeated with an extended set of working rules. If the degree of reliability in the diagnosis is still insufficient, it may be necessary to repeat phases 1 and 2 with different hypotheses. Once a hypothesis has been validated, in phase 3 a therapy is proposed. As shown in Figure 2, therapies may be aimed at treating either diseases or evidence. In both cases, therapy prescription is driven by rules produced by the knowledge editor. 5. External model of the clinical record A user interface for the CRMS must be conceived and designed considering the interactions between physicians, patients, and the system. Users perceive the CR according to custom external models which fit the individual needs and methodologies of their department and reflect their mental model of the tasks to be carried out. An external model consists of a set of documents which support the insertion of clinical data from different sources and their presentation to the user; the document layout may be free (sheet) or constrained (form). Each piece of clinical data in a document is characterized by an interaction method which determines the rules for data input and presentation to the user. Interaction methods are associated with the data types defined in the internal model. For

6 instance, the simple data type "number" can be presented according to three interaction methods: "plain text", "slider" and "knob"; the complex data type "array of number" can be presented according to two interaction methods: "table" and "chart". The link between the external and the internal models is established by the user specifying for each piece of data appearing in the external model its role within the internal model. 6. Conclusion In this paper we have presented a model of a Clinical Record Management System capable of supporting the physician's decisions in the fields of diagnosis and therapy prescription. A prototype of this model is currently being tested within a real hospital. Our future work will consist mainly in investigating the possible extensions of the internal and external models of the clinical record aimed at achieving a higher degree of generality, and in studying hybrid formalisms for closer modelling of medical knowledge. Proceedings of the Fifth Global Congress on Patient Cards and Computerization of Health Records, Venice, Italy, p. 82, [3] D. Maio, S. Rizzi and F. Sartoni, "Architectural issues for clinical record management systems", Technical Report CIOC-C.N.R. n. 95, [4] A.L. Rector, W.A. Nowlan and S. Kay, "Foundation for an Electronic Medical Record", Methods of Information in Medicine, vol. 30, n. 3, pp , [5] L.L. Weed, "The Problem-Oriented Record as a basic tool in medical education, patient care and clinical research", Ann. Clin. Res., n. 3, pp , References [1] R.A. Greenes and E.H. Shortliffe, "Medical Informatics: an emerging academic discipline and institutional priority", JAMA, vol. 263, n. 8, pp , [2] D. Maio, S. Rizzi, F. Sani and F. Sartoni, "A problem-oriented clinical record management system",

How To Create A Decision Support System For A Patient Care System

How To Create A Decision Support System For A Patient Care System DOI: 10.7763/IPEDR. 2013. V63. 3 Design of a Decision Support System in Electronic Medical Record Using Structured Query Language Muhammad Asif +, Mohammad Jamil Sawar, and Umair Abdullah Barani Institute

More information

Clinical Database Information System for Gbagada General Hospital

Clinical Database Information System for Gbagada General Hospital International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 9, September 2015, PP 29-37 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org

More information

Prediction of Heart Disease Using Naïve Bayes Algorithm

Prediction of Heart Disease Using Naïve Bayes Algorithm Prediction of Heart Disease Using Naïve Bayes Algorithm R.Karthiyayini 1, S.Chithaara 2 Assistant Professor, Department of computer Applications, Anna University, BIT campus, Tiruchirapalli, Tamilnadu,

More information

Application Design: Issues in Expert System Architecture. Harry C. Reinstein Janice S. Aikins

Application Design: Issues in Expert System Architecture. Harry C. Reinstein Janice S. Aikins Application Design: Issues in Expert System Architecture Harry C. Reinstein Janice S. Aikins IBM Scientific Center 15 30 Page Mill Road P. 0. Box 10500 Palo Alto, Ca. 94 304 USA ABSTRACT We describe an

More information

Master of Arts in Psychology: Counseling Psychology

Master of Arts in Psychology: Counseling Psychology Deanship of Graduate Studies King Saud University Master of Arts in Psychology: Counseling Psychology Department of Psychology College of Education Master of Arts in Psychology: Counseling Psychology 2007/2008

More information

Extending Contemporary Decision Support System Designs

Extending Contemporary Decision Support System Designs Extending Contemporary Decision Support System Designs to Patient-Oriented Systems George C. Scott, Leslie A. Lenert, M.D., M.S. Division of Clinical Pharmacology, Stanford University School of Medicine,

More information

Towards Rule-based System for the Assembly of 3D Bricks

Towards Rule-based System for the Assembly of 3D Bricks Universal Journal of Communications and Network 3(4): 77-81, 2015 DOI: 10.13189/ujcn.2015.030401 http://www.hrpub.org Towards Rule-based System for the Assembly of 3D Bricks Sanguk Noh School of Computer

More information

Semantically Steered Clinical Decision Support Systems

Semantically Steered Clinical Decision Support Systems Semantically Steered Clinical Decision Support Systems By Eider Sanchez Herrero Department of Computer Science and Artificial Intelligence University of the Basque Country Advisors Prof. Manuel Graña Romay

More information

Nursing Informatics. Asieh Dervish Faculty of Nursing & Midwifery Tehran University of Medical Sciences sedarvish@yahoo.com adarvish@farabi.tums.ac.

Nursing Informatics. Asieh Dervish Faculty of Nursing & Midwifery Tehran University of Medical Sciences sedarvish@yahoo.com adarvish@farabi.tums.ac. Asieh Dervish Faculty of Nursing & Midwifery Tehran University of Medical Sciences sedarvish@yahoo.com adarvish@farabi.tums.ac.ir 2011 Objectives Introduce Managing medical knowledge Nurse & Technology

More information

INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR. ankitanandurkar2394@gmail.com

INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR. ankitanandurkar2394@gmail.com IJFEAT INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR Bharti S. Takey 1, Ankita N. Nandurkar 2,Ashwini A. Khobragade 3,Pooja G. Jaiswal 4,Swapnil R.

More information

Clinical Decision Support Systems. Dr. Adrian Mondry

Clinical Decision Support Systems. Dr. Adrian Mondry Clinical Decision Support Systems Dr. Adrian Mondry Medical practice is decision making! Types of decisions in medicine: Diagnosis Diagnostic process Management of treatment Resource management in a hospital

More information

PCPCC National Briefing/Webinar

PCPCC National Briefing/Webinar PCPCC National Briefing/Webinar O V E R C O M I N G B A R R I E R S T O C O L L A B O R A T I O N A M O N G B E H A V I O R A L H E A L T H A N D P R I M A R Y C A R E P R O V I D E R S D A Y N A B O W

More information

Putting IBM Watson to Work In Healthcare

Putting IBM Watson to Work In Healthcare Martin S. Kohn, MD, MS, FACEP, FACPE Chief Medical Scientist, Care Delivery Systems IBM Research marty.kohn@us.ibm.com Putting IBM Watson to Work In Healthcare 2 SB 1275 Medical data in an electronic or

More information

AHE 233 Introduction to Health Informatics Lesson Plan - Week One

AHE 233 Introduction to Health Informatics Lesson Plan - Week One AHE 233 Introduction to Health Informatics Lesson Plan - Week One Major Theories & Healthcare Informatics Literacy Note: I have set up the entire curriculum for this class with weekly lesson plans. This

More information

ATP Initiatives in Healthcare Informatics

ATP Initiatives in Healthcare Informatics ATP Initiatives in Healthcare Informatics Richard N. Spivack, Ph.D. Economic Assessment Office (tel.) 301-975 975-50635063 (fax) 301-975 975-4776 richard.spivack spivack@nist.gov www.atp atp.nist.gov Advanced

More information

Understanding and Supporting Intersubjective Meaning Making in Socio-Technical Systems: A Cognitive Psychology Perspective

Understanding and Supporting Intersubjective Meaning Making in Socio-Technical Systems: A Cognitive Psychology Perspective Understanding and Supporting Intersubjective Meaning Making in Socio-Technical Systems: A Cognitive Psychology Perspective Sebastian Dennerlein Institute for Psychology, University of Graz, Universitätsplatz

More information

A Framework of Personalized Intelligent Document and Information Management System

A Framework of Personalized Intelligent Document and Information Management System A Framework of Personalized Intelligent and Information Management System Xien Fan Department of Computer Science, College of Staten Island, City University of New York, Staten Island, NY 10314, USA Fang

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

medexter clinical decision support

medexter clinical decision support medexter Arden Syntax training course Klaus-Peter Adlassnig and Karsten Fehre Medexter Healthcare Borschkegasse 7/5 A-1090 Vienna www.medexter.com Arden Syntax training course, Vienna, 17 June 2015 Computers

More information

An Experiment on the Effect of Design Recording on Impact Analysis

An Experiment on the Effect of Design Recording on Impact Analysis An Experiment on the Effect of Design Recording on Impact Analysis F. Abbattista, F. Lanubile, G. Mastelloni, and G. Visaggio Dipartimento di Informatica University of Bari, Italy Abstract An experimental

More information

IT in Traditional Chinese Medicine research management

IT in Traditional Chinese Medicine research management 72 Int. J. Computer Applications in Technology, Vol. 21, Nos. 1/2, 2004 IT in Traditional Chinese Medicine research management Y.Y. Cai* and J.L. Lee School of Mechanical and Production Engineering, Nanyang

More information

A Visual Language Based System for the Efficient Management of the Software Development Process.

A Visual Language Based System for the Efficient Management of the Software Development Process. A Visual Language Based System for the Efficient Management of the Software Development Process. G. COSTAGLIOLA, G. POLESE, G. TORTORA and P. D AMBROSIO * Dipartimento di Informatica ed Applicazioni, Università

More information

Medical Informatics in Healthcare Organizations: A Survey of Healthcare Information Managers

Medical Informatics in Healthcare Organizations: A Survey of Healthcare Information Managers Medical Informatics in Healthcare Organizations: A Survey of Healthcare Information Managers Jeremiah H. Sable, MD, MHA, Joseph W. Hales, PhD, Kenneth D. Bopp, PhD Department of Health Management and Informatics

More information

32 nd National Medical Students Conference

32 nd National Medical Students Conference 32 nd National Medical Students Conference COMPETION RULES FOR THE SCIENTIFIC COMMITTEE CONTEST This year, as is tradition, the 6 th year medical students from the Miguel Hernández University (UMH) are

More information

PUBLIC HEALTH INFORMATICS : PRIORITIES, CHALLENGES, AND OPPORTUNITIES

PUBLIC HEALTH INFORMATICS : PRIORITIES, CHALLENGES, AND OPPORTUNITIES Public health informatics, surveillance system, expert system Ashu Marasinghe PUBLIC HEALTH INFORMATICS : PRIORITIES, CHALLENGES, AND OPPORTUNITIES Public Health Informatics is a growing academic discipline

More information

University of Portsmouth PORTSMOUTH Hants UNITED KINGDOM PO1 2UP

University of Portsmouth PORTSMOUTH Hants UNITED KINGDOM PO1 2UP University of Portsmouth PORTSMOUTH Hants UNITED KINGDOM PO1 2UP This Conference or Workshop Item Adda, Mo, Kasassbeh, M and Peart, Amanda (2005) A survey of network fault management. In: Telecommunications

More information

IMPLEMENTATION OF HYBRID SOFTWARE ARCHITECTURE FRAMEWORK IN CLINICAL INFORMATION SYSTEM: A CASE STUDY OF A MALAYSIAN CLINIC

IMPLEMENTATION OF HYBRID SOFTWARE ARCHITECTURE FRAMEWORK IN CLINICAL INFORMATION SYSTEM: A CASE STUDY OF A MALAYSIAN CLINIC VOL. 1, NO. 2, NOVEMBER 215 ISSN 1819-668 26-215 Asian Research Publishing Network (ARPN). All rights reserved. IMPLEMENTATION OF HYBRID SOFTWARE ARCHITECTURE FRAMEWORK IN CLINICAL INFORMATION SYSTEM:

More information

From Lawrence Weed to Apex and ICD-10. Paul Brakeman MD PhD Physician Lead for Provider Practice Change and Education

From Lawrence Weed to Apex and ICD-10. Paul Brakeman MD PhD Physician Lead for Provider Practice Change and Education From Lawrence Weed to Apex and ICD-10 Paul Brakeman MD PhD Physician Lead for Provider Practice Change and Education The Question: Why is optimizing Problem List use important for patient care and the

More information

Design and Development of Electronic Prescription and Patient Information Systems for Developing World By

Design and Development of Electronic Prescription and Patient Information Systems for Developing World By Design and Development of Electronic Prescription and Patient Information Systems for Developing World By Dr Boniface Ekechukwu* and Chidi Obi **Dr Arinze Nweze* *Department of Computer Science, Nnamdi

More information

Intelligent Knowledge Management in Medical Applications. Wan Hussain Wan Ishak, Fadzilah Siraj, Abu Talib Othman

Intelligent Knowledge Management in Medical Applications. Wan Hussain Wan Ishak, Fadzilah Siraj, Abu Talib Othman Intelligent Knowledge Management in Medical Applications Wan Hussain Wan Ishak, Fadzilah Siraj, Abu Talib Othman School of Information Technology, Universiti Utara Malaysia, 06010 Sintok, Kedah, MALAYSIA

More information

Exploration and Visualization of Post-Market Data

Exploration and Visualization of Post-Market Data Exploration and Visualization of Post-Market Data Jianying Hu, PhD Joint work with David Gotz, Shahram Ebadollahi, Jimeng Sun, Fei Wang, Marianthi Markatou Healthcare Analytics Research IBM T.J. Watson

More information

1. Introduction to ehealth:

1. Introduction to ehealth: 1. Introduction to ehealth: E-Health is one of the fastest growing areas within the health sector. The scope of e- Health involves application of the knowledge, skills and tools, which enable information

More information

Contents The College of Information Science and Technology 2011-2012 Undergraduate Course Descriptions

Contents The College of Information Science and Technology 2011-2012 Undergraduate Course Descriptions Contents The College of Information Science and Technology 2011-2012 Undergraduate Course Descriptions Information Science & Systems Courses INFO 101 - Introduction to Information Technology Introduces

More information

Complementary/Alternative Medicine

Complementary/Alternative Medicine COLLEGE OF PHYSICIANS AND SURGEONS OF ONTARIO P O L I C Y S TAT E M E N T # 3-1 1 Complementary/Alternative Medicine APPROVED BY COUNCIL: REVIEWED AND UPDATED: PUBLICATION DATE: KEY WORDS: LEGISLATIVE

More information

Curriculum - Doctor of Philosophy

Curriculum - Doctor of Philosophy Curriculum - Doctor of Philosophy CORE COURSES Pharm 545-546.Pharmacoeconomics, Healthcare Systems Review. (3, 3) Exploration of the cultural foundations of pharmacy. Development of the present state of

More information

Universitatea de Medicină şi Farmacie Grigore T. Popa Iaşi Comisia pentru asigurarea calităţii DISCIPLINE RECORD/ COURSE / SEMINAR DESCRIPTION

Universitatea de Medicină şi Farmacie Grigore T. Popa Iaşi Comisia pentru asigurarea calităţii DISCIPLINE RECORD/ COURSE / SEMINAR DESCRIPTION Universitatea de Medicină şi Farmacie Grigore T. Popa Iaşi Comisia pentru asigurarea calităţii DISCIPLINE RECORD/ COURSE / SEMINAR DESCRIPTION 1. Information about the program 1.1. UNIVERSITY: GRIGORE

More information

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine 99 Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Faculty of Computers and Information Menufiya University-Shabin

More information

A Contribution to Expert Decision-based Virtual Product Development

A Contribution to Expert Decision-based Virtual Product Development A Contribution to Expert Decision-based Virtual Product Development László Horváth, Imre J. Rudas Institute of Intelligent Engineering Systems, John von Neumann Faculty of Informatics, Óbuda University,

More information

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University

More information

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing

More information

Pension & Health Benefits Committee California Public Employees Retirement System

Pension & Health Benefits Committee California Public Employees Retirement System California Public Employees Retirement System Agenda Item 8 ITEM NAME: Population Health Management Initiative PROGRAM: Health Benefits ITEM TYPE: Information EXECUTIVE SUMMARY This information item provides

More information

2006-1403: INTEGRATION OF MEDICAL INFORMATICS INTO COMPUTER SCIENCE CURRICULUM

2006-1403: INTEGRATION OF MEDICAL INFORMATICS INTO COMPUTER SCIENCE CURRICULUM 2006-1403: INTEGRATION OF MEDICAL INFORMATICS INTO COMPUTER SCIENCE CURRICULUM Amjad Zaim, University of Texas-Brownsville Juan Iglesias, University of Texas-Brownsville Mahmoud Quweider, University of

More information

Introduction to Information and Computer Science: Information Systems

Introduction to Information and Computer Science: Information Systems Introduction to Information and Computer Science: Information Systems Lecture 1 Audio Transcript Slide 1 Welcome to Introduction to Information and Computer Science: Information Systems. The component,

More information

IMPLEMENTING A SPC INTEGRATED SYSTEM TO IMPROVE MANUFACTURING PROCESSES IN AUTOMOTIVE INDUSTRY

IMPLEMENTING A SPC INTEGRATED SYSTEM TO IMPROVE MANUFACTURING PROCESSES IN AUTOMOTIVE INDUSTRY IMPLEMENTING A SPC INTEGRATED SYSTEM TO IMPROVE MANUFACTURING PROCESSES IN AUTOMOTIVE INDUSTRY L., Lobon 1, C. V., Kifor 2, C., Oprean 3 and O., Suciu 4 1 Lucian Blaga University of Sibiu, lucian.lobont@ulbsibiu.ro

More information

A Knowledge Base Representing Porter's Five Forces Model

A Knowledge Base Representing Porter's Five Forces Model A Knowledge Base Representing Porter's Five Forces Model Henk de Swaan Arons (deswaanarons@few.eur.nl) Philip Waalewijn (waalewijn@few.eur.nl) Erasmus University Rotterdam PO Box 1738, 3000 DR Rotterdam,

More information

Designing ETL Tools to Feed a Data Warehouse Based on Electronic Healthcare Record Infrastructure

Designing ETL Tools to Feed a Data Warehouse Based on Electronic Healthcare Record Infrastructure Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under

More information

DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM.

DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM. DATA MINING TECHNOLOGY Georgiana Marin 1 Abstract In terms of data processing, classical statistical models are restrictive; it requires hypotheses, the knowledge and experience of specialists, equations,

More information

Knowledge-based systems and the need for learning

Knowledge-based systems and the need for learning Knowledge-based systems and the need for learning The implementation of a knowledge-based system can be quite difficult. Furthermore, the process of reasoning with that knowledge can be quite slow. This

More information

Defining the Beginning: The Importance of Research Design

Defining the Beginning: The Importance of Research Design Research and Management Techniques for the Conservation of Sea Turtles K. L. Eckert, K. A. Bjorndal, F. A. Abreu-Grobois, M. Donnelly (Editors) IUCN/SSC Marine Turtle Specialist Group Publication No. 4,

More information

Writing Learning Objectives

Writing Learning Objectives Writing Learning Objectives Faculty Development Program Office of Medical Education Boston University School of Medicine All Rights Reserved 2004 No copying or duplication of this presentation without

More information

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

More information

A Case Study on the Use of Unstructured Data in Healthcare Analytics. Analysis of Images for Diabetic Retinopathy

A Case Study on the Use of Unstructured Data in Healthcare Analytics. Analysis of Images for Diabetic Retinopathy A Case Study on the Use of Unstructured Data in Healthcare Analytics Analysis of Images for Diabetic Retinopathy A Case Study on the Use of Unstructured Data in Healthcare Analytics: Analysis of Images

More information

Improving EHR Semantic Interoperability Future Vision and Challenges

Improving EHR Semantic Interoperability Future Vision and Challenges Improving EHR Semantic Interoperability Future Vision and Challenges Catalina MARTÍNEZ-COSTA a,1 Dipak KALRA b, Stefan SCHULZ a a IMI,Medical University of Graz, Austria b CHIME, University College London,

More information

To provide standardized Supervised Exercise Programs across the province.

To provide standardized Supervised Exercise Programs across the province. TITLE ALBERTA HEALTHY LIVING PROGRAM SUPERVISED EXERCISE PROGRAM DOCUMENT # HCS-67-01 APPROVAL LEVEL Executive Director Primary Health Care SPONSOR Senior Consultant Central Zone, Primary Health Care CATEGORY

More information

How To Be A Critical Thinker

How To Be A Critical Thinker Building Critical Thinking Skills in General Education and Career Programs Wayne County Community College District Presented By: Mary Mahoney Jo Ann Allen Nyquist College Definition of Critical Thinking

More information

2 Computer Science and Information Systems Research Projects

2 Computer Science and Information Systems Research Projects 2 Computer Science and Information Systems Research Projects This book outlines a general process for carrying out thesis projects, and it embraces the following components as fundamentally important:

More information

User Requirements for a Practice-integrated Nurse-administered Online Communication Service for Cancer Patients

User Requirements for a Practice-integrated Nurse-administered Online Communication Service for Cancer Patients This is the authors final draft post-refereeing article published in Studies in health technology and informatics Ruland CM, Børøsund E, Varsi C User Requirements for a Practice-integrated Nurse-administered

More information

WORLD MEDICAL ASSOCIATION DECLARATION OF HELSINKI

WORLD MEDICAL ASSOCIATION DECLARATION OF HELSINKI WORLD MEDICAL ASSOCIATION DECLARATION OF HELSINKI Ethical Principles for Medical Research Involving Human Subjects Adopted by the 18 th WMA General Assembly Helsinki, Finland, June 1964 and amended by

More information

Future Directions for a Healthcare Facility Information Management System

Future Directions for a Healthcare Facility Information Management System Future Directions for a Healthcare Facility Information Management System Jason Lucas, PhD Clemson University Clemson, SC Tanyel Bulbul, PhD Virginia Tech Blacksburg, VA Quality facility management in

More information

Medical Informatics. Methodical recommendations for students

Medical Informatics. Methodical recommendations for students Medical Informatics. Methodical recommendations for students THEMATIC THEME 1. Safety measures. Objectives of the course. Structure of the course. Data and information. Data processing with the help of

More information

Operations Research and Knowledge Modeling in Data Mining

Operations Research and Knowledge Modeling in Data Mining Operations Research and Knowledge Modeling in Data Mining Masato KODA Graduate School of Systems and Information Engineering University of Tsukuba, Tsukuba Science City, Japan 305-8573 koda@sk.tsukuba.ac.jp

More information

1 Hitech Consultants, 15 Akadimias str., Athens, Greece. 2 Department of Critical Care, Medical School, University of Athens, Athens, Greece

1 Hitech Consultants, 15 Akadimias str., Athens, Greece. 2 Department of Critical Care, Medical School, University of Athens, Athens, Greece A Decision Support Software Package for medical treatment of I.C.U patients N. Sphiris 1, H. Paraskevopoulou 1, S. Nanas 2, A. Lymberis 1, Ch. Roussos 2 1 Hitech Consultants, 15 Akadimias str., Athens,

More information

Grantsmanship 101: Developing and Writing Effective Grant Applications. Session 3: Crafting Effective Specific Aims

Grantsmanship 101: Developing and Writing Effective Grant Applications. Session 3: Crafting Effective Specific Aims Grantsmanship 101: Developing and Writing Effective Grant Applications Session 3: Crafting Effective Specific Aims UW Medicine General Considerations for Specific Aims The Specific Aims section is arguably

More information

A.4.2. Challenges in the Deployment of Healthcare Information Systems and Technology

A.4.2. Challenges in the Deployment of Healthcare Information Systems and Technology A.4.2. Challenges in the Deployment of Healthcare Information Systems and Technology In order to support its constituent enterprise in Latin America and the Caribbean and deliver appropriate solutions,

More information

PONTE EU OPEN DAY 31 January-Cambridge

PONTE EU OPEN DAY 31 January-Cambridge BINET Business Intelligence for Social Network analysis, A novel data-mining platform using SNA and it s application in healthcare PONTE EU OPEN DAY 31 January-Cambridge Sabrina Molinaro Head of the Epidemiology

More information

Applied Psychology. Dr. Marya Howell-Carter, Acting Chair Psychology Dept. Bachelor of Science Degree

Applied Psychology. Dr. Marya Howell-Carter, Acting Chair Psychology Dept. Bachelor of Science Degree Applied Psychology Dr. Marya Howell-Carter, Acting Chair Psychology Dept. Bachelor of Science Degree The Applied Psychology program leads to a Bachelor of Science degree with a concentration in Industrial/Organizational

More information

Al Ahliyya Amman University Faculty of Arts Department of Psychology Course Description Special Education

Al Ahliyya Amman University Faculty of Arts Department of Psychology Course Description Special Education Al Ahliyya Amman University Faculty of Arts Department of Psychology Course Description Special Education 0731111 Psychology and life {3} [3-3] Defining humans behavior; Essential life skills: problem

More information

Educating Students in Healthcare Information Technology: Is Community Barriers, Challenges, and Paths Forward

Educating Students in Healthcare Information Technology: Is Community Barriers, Challenges, and Paths Forward Educating Students in Healthcare Information Technology: Is Community Barriers, Challenges, and Paths Forward Presented by Dr. Samir Chatterjee Professor & Fletcher Jones Chair of Technology Management

More information

Prescriptions and Schedule of Papers for 2008

Prescriptions and Schedule of Papers for 2008 Prescriptions and Schedule of Papers for 2008 Mode of Delivery * = Not available in 2008 B1, B2, B3 = Available as a block course E, E1, E2 = Available extramurally F1 = Face to face teaching I, I1, I2,

More information

CpSc810 Goddard Notes Chapter 7. Expert Systems

CpSc810 Goddard Notes Chapter 7. Expert Systems CpSc810 Goddard Notes Chapter 7 Expert Systems Expert systems are designed to provide expert quality performance on domainspecific problems. In this chapter we look at the structure of expert systems focusing

More information

Cognitive Rehabilitation for Executive Dysfunction in Parkinson s Disease

Cognitive Rehabilitation for Executive Dysfunction in Parkinson s Disease Calleo, J., Burrows, C., Levin, H., Marsh, L., Lai, E., York, M. (2012). Cognitive rehabilitation for executive dysfunction in Parkinson s disease: application and current directions., vol. 2012, Article

More information

Cooperative Hybrid Systems 1

Cooperative Hybrid Systems 1 Cooperative Hybrid Systems 1 Matthias Gutknecht (gutkn@ifi.unizh.ch) Rolf Pfeifer* (rolf@arti.vub.ac.be) Markus Stolze (stolze@ifi.unizh.ch) AI Lab, Institute for Informatics, University of Zurich, Winterthurerstr.

More information

MedView: A Declarative Approach to Evidence-Based Medicine

MedView: A Declarative Approach to Evidence-Based Medicine MedView: A Declarative Approach to Evidence-Based Medicine Göran Falkman Department of Computer Science, University of Skövde, P.O. Box 408, SE 541 28 Skövde, Sweden Olof Torgersson Department of Computing

More information

B. Clinical Data Management

B. Clinical Data Management B. Clinical Data Management The purpose of the applications of this group is to support the clinical needs of care providers including maintaining accurate medical records. Ideally, a clinical data management

More information

Goal-Driven Design of a Data Warehouse-Based Business Process Analysis System

Goal-Driven Design of a Data Warehouse-Based Business Process Analysis System Proceedings of the 6th WSEAS Int. Conf. on Artificial Intelligence, Knowledge Engineering and Data Bases, Corfu Island, Greece, February 16-19, 2007 243 Goal-Driven Design of a Data Warehouse-Based Business

More information

Proposed Definition for Clinical Decision Support Software

Proposed Definition for Clinical Decision Support Software May 15, 2013 Proposed Definition for Clinical Decision Support Software The International Medical Device Regulators Forum (IMDRF) has recently announced a Work Item on Standalone Software. As we understand

More information

Medical College of Georgia Augusta, Georgia School of Medicine Competency based Objectives

Medical College of Georgia Augusta, Georgia School of Medicine Competency based Objectives Medical College of Georgia Augusta, Georgia School of Medicine Competency based Objectives Medical Knowledge Goal Statement: Medical students are expected to master a foundation of clinical knowledge with

More information

Big Data Analytics and Clinical Decision Support. Martin S. Kohn, MD 516-841-6604 cell marty.kohn@jointlyhealth.com. Waste

Big Data Analytics and Clinical Decision Support. Martin S. Kohn, MD 516-841-6604 cell marty.kohn@jointlyhealth.com. Waste Big Data Analytics and Clinical Decision Support Martin S. Kohn, MD 516-841-6604 cell marty.kohn@jointlyhealth.com Waste Between 21% and 47% (average 34%) of what we spend on healthcare in the US is for

More information

Modeling Temporal Data in Electronic Health Record Systems

Modeling Temporal Data in Electronic Health Record Systems International Journal of Information Science and Intelligent System, 3(3): 51-60, 2014 Modeling Temporal Data in Electronic Health Record Systems Chafiqa Radjai 1, Idir Rassoul², Vytautas Čyras 3 1,2 Mouloud

More information

Data Mining for Customer Service Support. Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin

Data Mining for Customer Service Support. Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin Data Mining for Customer Service Support Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin Traditional Hotline Services Problem Traditional Customer Service Support (manufacturing)

More information

Graduate Certificate in Systems Engineering

Graduate Certificate in Systems Engineering Graduate Certificate in Systems Engineering Systems Engineering is a multi-disciplinary field that aims at integrating the engineering and management functions in the development and creation of a product,

More information

Ontology-Based Semantic Modeling of Safety Management Knowledge

Ontology-Based Semantic Modeling of Safety Management Knowledge 2254 Ontology-Based Semantic Modeling of Safety Management Knowledge Sijie Zhang 1, Frank Boukamp 2 and Jochen Teizer 3 1 Ph.D. Candidate, School of Civil and Environmental Engineering, Georgia Institute

More information

p. 185 The director of the Nuclear Medicine Technology program is Cindy Turchin, MBA, RT(R)(N), CNMT

p. 185 The director of the Nuclear Medicine Technology program is Cindy Turchin, MBA, RT(R)(N), CNMT Corrections to the 2011-2012 Undergraduate Catalog: p. 100 -- The correct number of credit hours for the first semester of the sophomore year of the Medical Science major is 17 credits. The correct number

More information

Visualization. Program visualization

Visualization. Program visualization Visualization Program visualization Debugging programs without the aid of support tools can be extremely difficult. See My Hairest Bug War Stories, Marc Eisenstadt, Communications of the ACM, Vol 40, No

More information

Master of Science in Health Information Technology Degree Curriculum

Master of Science in Health Information Technology Degree Curriculum Master of Science in Health Information Technology Degree Curriculum Core courses: 8 courses Total Credit from Core Courses = 24 Core Courses Course Name HRS Pre-Req Choose MIS 525 or CIS 564: 1 MIS 525

More information

THE INTELLIGENT INTERFACE FOR ON-LINE ELECTRONIC MEDICAL RECORDS USING TEMPORAL DATA MINING

THE INTELLIGENT INTERFACE FOR ON-LINE ELECTRONIC MEDICAL RECORDS USING TEMPORAL DATA MINING International Journal of Hybrid Computational Intelligence Volume 4 Numbers 1-2 January-December 2011 pp. 1-5 THE INTELLIGENT INTERFACE FOR ON-LINE ELECTRONIC MEDICAL RECORDS USING TEMPORAL DATA MINING

More information

A FRAMEWORK FOR DEVELOPING A KNOWLEDGE-BASED DECISION SUPPORT SYSTEM FOR MANAGEMENT OF VARIATION ORDERS FOR INSTITUTIONAL BUILDINGS

A FRAMEWORK FOR DEVELOPING A KNOWLEDGE-BASED DECISION SUPPORT SYSTEM FOR MANAGEMENT OF VARIATION ORDERS FOR INSTITUTIONAL BUILDINGS A FRAMEWORK FOR DEVELOPING A KNOWLEDGE-BASED DECISION SUPPORT SYSTEM FOR MANAGEMENT OF VARIATION ORDERS FOR INSTITUTIONAL BUILDINGS SUBMITTED: March 2005 REVISED: December 2005 PUBLISHED: May 2006 at http://itcon.org/2006/21/

More information

Analysis and Interpretation of Clinical Trials. How to conclude?

Analysis and Interpretation of Clinical Trials. How to conclude? www.eurordis.org Analysis and Interpretation of Clinical Trials How to conclude? Statistical Issues Dr Ferran Torres Unitat de Suport en Estadística i Metodología - USEM Statistics and Methodology Support

More information

Summary: Natalia Futekova * Vladimir Monov **

Summary: Natalia Futekova * Vladimir Monov ** in Small and Medium-Sized Enterprises Natalia Futekova * Vladimir Monov ** Summary: The paper is concerned with problems arising in the implementation process of ERP systems including the risks of severe

More information

Determination of the normalization level of database schemas through equivalence classes of attributes

Determination of the normalization level of database schemas through equivalence classes of attributes Computer Science Journal of Moldova, vol.17, no.2(50), 2009 Determination of the normalization level of database schemas through equivalence classes of attributes Cotelea Vitalie Abstract In this paper,

More information

ISSUES IN RULE BASED KNOWLEDGE DISCOVERING PROCESS

ISSUES IN RULE BASED KNOWLEDGE DISCOVERING PROCESS Advances and Applications in Statistical Sciences Proceedings of The IV Meeting on Dynamics of Social and Economic Systems Volume 2, Issue 2, 2010, Pages 303-314 2010 Mili Publications ISSUES IN RULE BASED

More information

Approaching Harmonised Medication Information Management through Process and Information Modelling

Approaching Harmonised Medication Information Management through Process and Information Modelling Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-557

More information

Metrics: (1) Poorly (2) Adequately (3) Well (4) Very Well (5) With Distinction

Metrics: (1) Poorly (2) Adequately (3) Well (4) Very Well (5) With Distinction Core Competencies Faculty name Student name Metrics: Very 1. Communication and Informatics Collect, manage and organize data to produce information and meaning that is exchanged by use of signs and symbols.

More information

Diagnosis of Students Online Learning Portfolios

Diagnosis of Students Online Learning Portfolios Diagnosis of Students Online Learning Portfolios Chien-Ming Chen 1, Chao-Yi Li 2, Te-Yi Chan 3, Bin-Shyan Jong 4, and Tsong-Wuu Lin 5 Abstract - Online learning is different from the instruction provided

More information

3/9/2011 ELECTRONIC HEALTH RECORDS: A NATIONAL PRIORITY. Mandate for electronic health records is tied to:

3/9/2011 ELECTRONIC HEALTH RECORDS: A NATIONAL PRIORITY. Mandate for electronic health records is tied to: To lower health care cost, cut medical errors, And improve care, we ll computerize the nation s health records in five years, saving billions of dollars in health care costs and countless lives. ELECTRONIC

More information

LEARNING OUTCOMES FOR THE PSYCHOLOGY MAJOR

LEARNING OUTCOMES FOR THE PSYCHOLOGY MAJOR LEARNING OUTCOMES FOR THE PSYCHOLOGY MAJOR Goal 1. Knowledge Base of Psychology Demonstrate familiarity with the major concepts, theoretical perspectives, empirical findings, and historical trends in psychology.

More information

Developing an In-house Computerized Maintenance Management System for Hospitals

Developing an In-house Computerized Maintenance Management System for Hospitals Developing an In-house Computerized Maintenance Management System for Hospitals David Mutia 1, 2* John Kihiu 1 Stephen Maranga 1 1. Department of Mechanical Engineering, Jomo Kenyatta University of Agriculture

More information

The Big Data mining to improve medical diagnostics quality

The Big Data mining to improve medical diagnostics quality The Big Data mining to improve medical diagnostics quality Ilyasova N.Yu., Kupriyanov A.V. Samara State Aerospace University, Image Processing Systems Institute, Russian Academy of Sciences Abstract. The

More information

Testing Hypotheses About Proportions

Testing Hypotheses About Proportions Chapter 11 Testing Hypotheses About Proportions Hypothesis testing method: uses data from a sample to judge whether or not a statement about a population may be true. Steps in Any Hypothesis Test 1. Determine

More information